.header {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0; }
  .header .search {
    overflow: hidden;
    width: 314px;
    height: 36px;
    position: relative;
    border-radius: 40px;
    border: 1px solid #5598CF;
    font-size: 12px;
    display: flex;
    padding-left: 12px;
    align-items: center; }
    .header .search img {
      width: 15px; }
    .header .search input {
      width: 80%;
      height: 100%;
      border: none;
      outline: none;
      background: none;
      font-size: 14px;
      color: #1F68A3;
      padding-left: 6px; }
      .header .search input::placeholder {
        color: #1F68A3; }
    .header .search .btn {
      overflow: hidden;
      width: 70px;
      height: 100%;
      background: #015293;
      border-radius: 40px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      z-index: 99;
      color: #fff;
      position: absolute;
      right: 0;
      top: 0; }
  .header .fl {
    display: flex;
    align-items: center; }
    .header .fl div {
      overflow: hidden;
      width: 107px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #015293;
      border-radius: 40px;
      border: 1px solid #015293; }
    .header .fl ul {
      display: flex;
      align-items: center;
      margin-left: 6px; }
      .header .fl ul li {
        cursor: pointer; }
        .header .fl ul li a {
          color: #1F68A3;
          font-size: 16px;
          padding: 0 17px;
          display: block;
          box-sizing: border-box;
          position: relative; }
          .header .fl ul li a::after {
            content: '';
            width: 1px;
            height: 15px;
            background: #1F68A3;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        .header .fl ul li:last-child a::after {
          display: none; }

.banner {
  overflow: hidden;
  width: 100%;
  height: 310px;
  background: linear-gradient(180deg, #52adf7 0%, rgba(255, 255, 255, 0.01) 100%);background: url(/sqzx/xhtml/images/topbj.png) center center no-repeat; }
  .banner .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px; }
    .banner .m .logo {
      overflow: hidden;
      display: flex;
      align-items: center;
      margin-top: 84px; }
      .banner .m .logo img {
        display: block;
        width: 109px; }
      .banner .m .logo div {
        overflow: hidden;
        margin-left: 14px; }
        .banner .m .logo div p {
          font-size: 46px;
          font-weight: bold;
          font-family: "songti";
          line-height: 67px;
          margin-bottom: 4px;
          color: #C2392F; }
        .banner .m .logo div span {
          display: block;
          font-size: 21px;
          color: #C2392F; }
.footer a{color:#A1CCF0}
.footer {
  overflow: hidden;
  width: 100%;
  background: #015293; }
  .footer div.m {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer div.m .fl {
      display: flex;
      align-items: center; }
      .footer div.m .fl img {
        display: block;
        width: 80px; }
      .footer div.m .fl div {
        overflow: hidden;
        margin-left: 20px; }
        .footer div.m .fl div p {
          font-size: 16px;
          color: #A1CCF0;
          line-height: 30px; }
    .footer div.m .code {
      overflow: hidden; }
      .footer div.m .code div {
        overflow: hidden;
        width: 85px;
        background: #fff;
        margin: 0 auto;
        padding: 6px; }
        .footer div.m .code div img {
          display: block;
          width: 100%; }
      .footer div.m .code span {
        display: block;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        line-height: 18px;
        color: #6BA6D6; }


  .footer .t {
    width: 100%;
    height: 50px;
    background: #014280; }
    .footer .t .m {
      width: 1200px;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center; }
      .footer .t .m li {
        width: 25%;
        height: 100%;
        position: relative; }
        .footer .t .m li::after {
          content: '';
          width: 1px;
          height: 18px;
          background: #E8E8E8;
          opacity: 0.2;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        .footer .t .m li:last-child::after {
          display: none; }
        .footer .t .m li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: 18px;
          color: #D0E4F5; }

@media (max-width: 1400px) {
  .m {
    width: 95% !important; } }
@media (max-width: 1200px) {
  .m {
    width: 95% !important; }

  .footer .t .m li a {
    font-size: 16px; } }
@media (max-width: 1000px) {
  .m {
    width: 100% !important;
    padding: 0 .3rem; }

  .banner .m .header {
    width: 100%;
    height: 1.1rem;
    position: fixed;
    left: 0;
    z-index: 99999;
    transition: all .3s;
    top: 0;
    padding: 0 .3rem; }
    .banner .m .header.on {
      background: #fff; }

  .banner .m .logo {
    display: block;
    margin-top: 1.8rem; }

  .footer .t {
    height: auto; }

  .footer .t .m {
    flex-wrap: wrap; }

  .footer .t .m li {
    width: 50%; }
    .footer .t .m li a {
      font-size: .24rem;
      line-height: .66rem; }

  .footer .t .m li:nth-child(2n)::after {
    display: none; }

  .footer div.m {
    display: block;
    width: 100%;
    padding: .5rem .3rem !important; }

  .footer div.m .fl {
    float: none;
    display: block; }

  .footer div.m .code {
    margin-top: .6rem; }

  .footer div.m .code div {
    width: 1.6rem; }

  .footer div.m .code span {
    font-size: .22rem; }

  .footer div.m .fl img {
    width: 1.6rem;
    margin: 0 auto; }

  .footer div.m .fl div {
    margin: 0;
    width: 100%; }

  .footer div.m .fl div p {
    font-size: .24rem;
    line-height: 1.66; }

  .banner .m .logo img {
    width: 1.6rem;
    margin: 0 auto; }

  .banner .m .logo div {
    margin: 0;
    width: 100%;
    margin-top: .3rem; }

  .banner .m .logo div p {
    font-size: .35rem;
    text-align: center;
    line-height: 1.01; }

  .banner {
    height: 5.6rem; }

  .banner .m .logo div span {
    font-size: .24rem;
    text-align: center;
    line-height: 1.66; }

  .banner .m .header .fl {
    display: none; }

  .banner .m .header .search {
    width: 70%;
    height: .7rem; }

  .banner .m .header .search img {
    width: .25rem; }

  .banner .m .header .search input {
    font-size: .26rem; }

  .banner .m .header .search .btn {
    width: 1.3rem;
    font-size: .28rem;
    height: .7rem; }

  .footer .t .m li a {
    font-size: .22rem !important; }

  .menu {
    width: .5rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    z-index: 999;
    display: block; }

  .mobile_navbar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    display: none; }

  .mobile_navbar .box {
    width: 70%;
    position: absolute;
    right: -70%;
    top: 0;
    overflow: auto;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  .mobile_navbar .box ul {
    overflow: hidden; }

  .mobile_navbar .box ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ECECEC; }

  .mobile_navbar .box ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    height: .9rem;
    padding-right: .2rem;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    justify-content: space-between; }

  .mobile_navbar .box ul li > a.on img {
    transform: rotate(90deg); }

  .mobile_navbar .box ul li > a img {
    transition: all .2s; }

  .childer {
    overflow: hidden;
    padding-left: .3rem;
    display: none; }

  .childer a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    height: 100%;
    height: .9rem;
    padding-left: .5rem;
    font-size: .26rem;
    color: #333; }

  .mobile_navbar .box ul li div {
    display: none; }

  .mobile_navbar .box ul li div a {
    display: flex;
    align-items: center;
    height: 1rem;
    padding-left: .6rem;
    color: #9D9EA5;
    font-size: .28rem; }

  .mobile_navbar .box > img {
    width: .4rem;
    margin: .3rem;
    float: right; }

  .childer a:last-child {
    border: none; }

  .menu {
    position: absolute;
    display: block !important; } }

/*# sourceMappingURL=header.css.map */
